chore: add support for entity files node types and validation#2377
Conversation
🦋 Changeset detectedLatest commit: 830ee3c The changes in this PR will be included in the next version bump. This PR includes changesets to release 3 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
|
tatomyr
left a comment
There was a problem hiding this comment.
Looks much better. I left a couple of comments, will take another turn tomorrow.
tatomyr
left a comment
There was a problem hiding this comment.
Left a comment. Otherwise LGTM.
Coverage Report
File Coverage
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||
tatomyr
left a comment
There was a problem hiding this comment.
I took another look and found that you used config improperly. Left another portion of comments. Sorry, I didn't notice that in the previous run.
tatomyr
left a comment
There was a problem hiding this comment.
One more portion of comments, and I think it's fine.
tatomyr
left a comment
There was a problem hiding this comment.
Left minor comments. Otherwise looks good.

What/Why/How?
Added 2 new methods to support validation and autocompletion of catalog entities files:
createEntityTypes- method creating node types for entity files validation and autocompletionlintEntityFile- method for validating entity file, returning problems for single object files and for files containing arrays of entitiesReference
Testing
Screenshots (optional)
Check yourself
Security